home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 November / Amiga Games 1996 #11.iso / rexx / edittextforstampged.asrx < prev    next >
Text File  |  1995-05-31  |  478b  |  28 lines

  1. /*
  2. ** EditTextForImage.asrx for GoldED
  3. **
  4. ** $VER: EditTextForImageGed V1.0.0 (26.05.95)
  5. **
  6. ** (c) by MotionStudios
  7. **        Wildermuthplatz 3
  8. **        28211 Bremen
  9. **        Tel.: 0421/249966
  10. **
  11. */
  12.  
  13. OPTIONS RESULTS
  14.  
  15. /*
  16. ** Hier werden die Args ausgewertet und die
  17. ** Anfuehrungszeichen geloescht.
  18. */
  19.  
  20. PARSE ARG '"' Path '" "' Name '"' .
  21.  
  22. /*
  23. ** CygnusEd wird gestartet und der Pfad und Name
  24. ** vom StampTxt übergeben.
  25. */
  26.  
  27. ADDRESS COMMAND "Ged " || Path || "StampsTxt/" || Name
  28.